home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dsound / src / voicemanagement / winmain.rc < prev   
Text File  |  1999-07-25  |  5KB  |  155 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64.  
  65. // Icon with lowest ID value placed first to ensure application icon
  66. // remains consistent on all systems.
  67. IDR_MAINFRAME           ICON    DISCARDABLE     "winmain.ico"
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_MAIN DIALOGEX 0, 0, 299, 188
  75. STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
  76. CAPTION "Voice Management Sample"
  77. FONT 8, "MS Sans Serif"
  78. BEGIN
  79.     PUSHBUTTON      "Sound &file...",IDC_SOUNDFILE,7,7,46,13
  80.     LTEXT           "Static",IDC_FILENAME,57,7,235,13,SS_CENTERIMAGE,
  81.                     WS_EX_CLIENTEDGE
  82.     GROUPBOX        "Voice Allocation Flags",IDC_STATIC,7,24,93,50
  83.     CONTROL         "Hardware",IDC_ALLOC_HARDWARE,"Button",
  84.                     BS_AUTORADIOBUTTON,19,35,48,10
  85.     CONTROL         "Software",IDC_ALLOC_SOFTWARE,"Button",
  86.                     BS_AUTORADIOBUTTON,19,46,48,10
  87.     CONTROL         "Either",IDC_ALLOC_EITHER,"Button",BS_AUTORADIOBUTTON,19,
  88.                     58,48,10
  89.     GROUPBOX        "Buffer Priority",IDC_STATIC,108,24,64,50
  90.     EDITTEXT        IDC_EDIT_PRIORITY,119,44,39,14,ES_AUTOHSCROLL
  91.     CONTROL         "Spin1",IDC_SPIN_PRIORITY,"msctls_updown32",
  92.                     UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | 
  93.                     UDS_NOTHOUSANDS,153,41,11,14
  94.     GROUPBOX        "Voice Management Flags",IDC_STATIC,179,24,113,50
  95.     CONTROL         "Terminate By Time",IDC_BYTIME,"Button",BS_AUTOCHECKBOX | 
  96.                     WS_TABSTOP,190,35,75,10
  97.     CONTROL         "Terminate By Distance",IDC_BYDISTANCE,"Button",
  98.                     BS_AUTOCHECKBOX | WS_TABSTOP,190,46,87,10
  99.     CONTROL         "Terminate By Priority",IDC_BYPRIORTY,"Button",
  100.                     BS_AUTOCHECKBOX | WS_TABSTOP,190,57,80,10
  101.     CONTROL         "&Loop sound",IDC_LOOP_CHECK,"Button",BS_AUTOCHECKBOX | 
  102.                     WS_TABSTOP,7,154,53,10
  103.     PUSHBUTTON      "&Play",IDC_PLAY,7,167,50,14,WS_DISABLED
  104.     PUSHBUTTON      "&Stop",IDC_STOP,58,167,50,14,WS_DISABLED
  105.     DEFPUSHBUTTON   "Close",IDCANCEL,242,167,50,14
  106.     PUSHBUTTON      "Sound &file...",IDC_SOUNDFILE2,7,7,46,13
  107.     GROUPBOX        "Expected Behavior",IDC_STATIC,7,76,285,74
  108.     LTEXT           "Static",IDC_BEHAVIOR,15,86,269,58
  109. END
  110.  
  111.  
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // DESIGNINFO
  115. //
  116.  
  117. #ifdef APSTUDIO_INVOKED
  118. GUIDELINES DESIGNINFO DISCARDABLE 
  119. BEGIN
  120.     IDD_MAIN, DIALOG
  121.     BEGIN
  122.         LEFTMARGIN, 7
  123.         RIGHTMARGIN, 292
  124.         TOPMARGIN, 7
  125.         BOTTOMMARGIN, 181
  126.     END
  127. END
  128. #endif    // APSTUDIO_INVOKED
  129.  
  130. #endif    // English (U.S.) resources
  131. /////////////////////////////////////////////////////////////////////////////
  132.  
  133.  
  134.  
  135. #ifndef APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Generated from the TEXTINCLUDE 3 resource.
  139. //
  140. #define _AFX_NO_SPLITTER_RESOURCES
  141. #define _AFX_NO_OLE_RESOURCES
  142. #define _AFX_NO_TRACKER_RESOURCES
  143. #define _AFX_NO_PROPERTY_RESOURCES
  144.  
  145. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  146. #ifdef _WIN32
  147. LANGUAGE 9, 1
  148. #pragma code_page(1252)
  149. #endif
  150. #include "afxres.rc"         // Standard components
  151. #endif
  152. /////////////////////////////////////////////////////////////////////////////
  153. #endif    // not APSTUDIO_INVOKED
  154.  
  155.